##Brittany Hundred Years' War Events##
## Created by Lambert Simnel        ##
## Edited by Johnny Canuck          ##

#English Victory in the Hundred Years' War#
event = {

	id = 20037
	trigger = {
		NOT = {
			vassal   = { country = ENG country = BRI } 
			}
		NOT = {
			war   = { country = ENG country = BRI } 
			}
		event = 20004
		NOT = { event = 20007 }
		}
	random = no
	country = BRI
	name = "EVENTNAME20028"
	desc = "EVENTHIST20028"
	style = 1

	date = { day = 1 month = january year = 1419 }
	offset = 60
	deathdate = { day = 6 month = july year = 1553 }


	action_a ={
		name = "ACTIONNAME20028A"
		command = { type = relation which = ENG value = 100 }
		command = { type = trigger which = 20038 } 
	}

	action_b ={
		name = "ACTIONNAME20028B"
		command = { type = trigger which = 20039 }
		command = { type = stability value = -3 }
		command = { type = relation which = ENG value = -200 } 
	}
}

##The Succession in Brittany Events (No France)##
## Created by Johnny Canuck                    ##

#The Marriage of Anne of Brittany#
event = {

	id = 20071
	trigger = {
		exists = HAB
		exists = ENG
		NOT = { exists = FRA } 
		}
	random = no
	country = BRI
	name = "EVENTNAME20072"
	desc = "EVENTHIST3603"
	style = 1

	date = { day = 9 month = september year = 1488 }
	offset = 30
	deathdate = { day = 22 month = december year = 1491 }

	action_a ={				#Maximilian of Austria#
		name = "ACTIONNAME3603A"
		command = { type = trigger which = 3329 } #HAB
		command = { type = trigger which = 20072 } #ENG
		command = { type = dynastic which = HAB }
		command = { type = alliance which = HAB }
		command = { type = stability value = 2 }
		command = { type = relation which = ENG value = -50 }
		command = { type = relation which = HAB value = 100 }
	}

	action_b ={				#Let a remote relative become Duke#
		name = "ACTIONNAME3603B"
		command = { type = stability value = -2 }
		command = { type = revolt which = -1 }
		command = { type = trigger which = 20073 } #ENG
	}
}

